From b36b9323fc9e86a41369f008b255607452bb0d44 Mon Sep 17 00:00:00 2001 From: Benjamin Otte Date: Tue, 21 May 2019 07:17:44 +0200 Subject: [PATCH] win32: Add missing enum value to switch statement --- gtk/gtkprintoperation-win32.c | 1 + 1 file changed, 1 insertion(+) diff --git a/gtk/gtkprintoperation-win32.c b/gtk/gtkprintoperation-win32.c index 4f21c1f17f..ed6dfd797f 100644 --- a/gtk/gtkprintoperation-win32.c +++ b/gtk/gtkprintoperation-win32.c @@ -1211,6 +1211,7 @@ dialog_from_print_settings (GtkPrintOperation *op, switch (print_pages) { default: + case GTK_PRINT_PAGES_SELECTION: case GTK_PRINT_PAGES_ALL: printdlgex->Flags |= PD_ALLPAGES; break; -- 2.30.2